Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Represents changes to an entity in the Discovery API.
Link copied to clipboard
data class GeneralInfoBlocks(val info: String? = null, val howToGetThere: String? = null, val map: String? = null)
Represents general information blocks for entities in the Discovery API.
Link copied to clipboard
data class Relationship(val id: String?, val type: String?, val references: DiscoveryReferencesResponse?)
Represents a relationship between entities in the Discovery API.
Link copied to clipboard
Represents upcoming event counts in the Discovery API.
Link copied to clipboard
Link copied to clipboard
data class VenueInfoResponse(val name: String?, val id: String?, val canonicalUrl: String?, val canonicalUrls: CanonicalUrls?, val imageUrl: String?, val address: VenueAddress?, val location: Location?, val generalInfoBlocks: GeneralInfoBlocks?, val notFound: Boolean?, val filters: Filters?, val seatMaps: List<Any> = emptyList())
Represents a venue information response from the Discovery API.